home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PParaOptions.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PParaOptions__
- #define __PParaOptions__
-
- class PGetParaOptions;
-
- class PParaOptions
- {
-
- public:
-
- PParaOptions
- ( short bKeepTog,
- short bColumnBreak,
- short bPageBreak,
- short bIncludeTOC,
- short nKeepWith,
- short nWidow,
- short nOrphan );
-
- PParaOptions(PGetParaOptions& options);
-
- private:
-
- PParaOptions();
- };
-
- #endif
-
- // end of PParaOptions.h
-